home *** CD-ROM | disk | FTP | other *** search
- global gCurrentLabel, gVoicePlaying, gGizmo
-
- on exitFrame
- if not tellLeftBtnState(gGizmo, 1) then
- set jRolloSprite to rollOver()
- case jRolloSprite of
- 1:
- showRollOverText(#null)
- set the memberNum of sprite 20 to the number of member "NullSprite"
- 13, 14, 15, 16, 17, 18:
- set jRolloCast to the memberNum of sprite jRolloSprite
- showRollOverText(jRolloSprite)
- if the name of member jRolloCast = "Circle" then
- set the memberNum of sprite 20 to jRolloCast + 1
- end if
- end case
- end if
- if gVoicePlaying and not soundBusy(2) then
- if not gizmoOpened(gGizmo) then
- expandGizmo(gGizmo)
- end if
- set gVoicePlaying to 0
- setCompassPict(gGizmo, #on, member (gCurrentLabel & "_LenTxt") of castLib "Internal")
- end if
- go(the frame)
- end
-